projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3787cf2
)
(edt-emulation-on): system-type is a symbol.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 9 Jan 1996 23:08:24 +0000
(23:08 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 9 Jan 1996 23:08:24 +0000
(23:08 +0000)
lisp/emulation/edt.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/edt.el
b/lisp/emulation/edt.el
index e4c6ba9ed38efdaaf6e9758c67b1317e13402dbf..46ab958d17b1d906fcf04e47a450189dd86f3269 100644
(file)
--- a/
lisp/emulation/edt.el
+++ b/
lisp/emulation/edt.el
@@
-1482,7
+1482,7
@@
If FILE is nil, try to load a default file. The default file names are
"Turn on EDT Emulation."
(interactive)
;; If using MS-DOS, need to load edt-pc.el
- (if (
string-equal system-type "ms-dos"
)
+ (if (
eq system-type 'ms-dos
)
(setq edt-term "pc")
(setq edt-term (getenv "TERM")))
;; All DEC VT series terminals are supported by loading edt-vt100.el